home *** CD-ROM | disk | FTP | other *** search
/ Internet.Works 39 / Issue 39.iso / pc / PCSoftware / EditML Pro 1.0 / EditMLProv1.0Setup.exe / Main / WeatherReport.xml < prev    next >
Encoding:
Extensible Markup Language  |  2000-10-09  |  2.5 KB  |  82 lines

  1. <?xml version="1.0"?> 
  2. <WEATHERREPORT xmlns="x-schema:WeatherSchema.xml">
  3.     <STATE NAME="California">
  4.         <CITY NAME="Los Angeles">
  5.             <SKIES VALUE="PARTLYSUNNY"/>
  6.             <HI C="31" F="87"/>
  7.             <LOW C="18" F="65"/>
  8.             Partly cloudy
  9.         </CITY>
  10.         <CITY NAME="Sacramento">
  11.             <SKIES VALUE="SUNNY"/>
  12.             <HI C="36" F="97"/>
  13.             <LOW C="17" F="64"/>
  14.             Sunny and hot.
  15.         </CITY>
  16.         <CITY NAME="San Diego">
  17.             <SKIES VALUE="PARTLYSUNNY"/>
  18.             <HI C="26" F="78"/>
  19.             <LOW C="19" F="67"/>            
  20.         </CITY>
  21.         <CITY NAME="San Fransisco">
  22.             <SKIES VALUE="PARTLYCLOUDY"/>
  23.             <HI C="26" F="79"/>
  24.             <LOW C="14" F="58"/>
  25.             Partly cloudy and humid
  26.         </CITY>
  27.         <CITY NAME="Truckee">
  28.             <SKIES VALUE="RAIN"/>
  29.             <HI C="32" F="89"/>
  30.             <LOW C="11" F="52"/>
  31.             Scattered thunderstorms
  32.         </CITY>
  33.         </STATE>
  34.     <STATE NAME="New Jersey">
  35.         <CITY NAME="Newark">
  36.             <SKIES VALUE="PARTLYSUNNY"/>
  37.             <HI C="36" F="97"/>
  38.             <LOW C="21" F="71"/>
  39.             Partly sunny, breezy and humid
  40.         </CITY>
  41.         <CITY NAME="Trenton">
  42.             <SKIES VALUE="PARTLYCLOUDY"/>
  43.             <HI C="32" F="90"/>
  44.             <LOW C="18" F="65"/>
  45.             Partly cloudy and humid
  46.         </CITY>
  47.         <CITY NAME="Princeton">
  48.             <SKIES VALUE="RAIN"/>
  49.             <HI C="33" F="92"/>
  50.             <LOW C="20" F="68"/>
  51.             Thundershowers
  52.         </CITY>
  53.         <CITY NAME="White Meadow Lake">
  54.             <SKIES VALUE="SUNNY"/>
  55.             <HI C="24" F="85"/>
  56.             <LOW C="21" F="70"/>
  57.             Sunny, clear skies, breezy and warm.
  58.         </CITY>
  59.     </STATE>
  60.     <STATE NAME="Washington">
  61.         <CITY NAME="Seattle">
  62.             <SKIES VALUE="RAIN"/>
  63.             <HI C="20" F="68"/>
  64.             <LOW C="15" F="59"/>
  65.             Raining on and off throughout the day.  
  66.         </CITY>
  67.         <CITY NAME="Yakima">
  68.             <SKIES VALUE="PARTLYSUNNY"/>
  69.             <HI C="23" F="73"/>
  70.             <LOW C="14" F="57"/>
  71.             Partly sunny after morning clouds
  72.         </CITY>
  73.         <CITY NAME="Redmond">
  74.             <SKIES VALUE="SNOW"/>
  75.             <HI C="2" F="35"/>
  76.             <LOW C="-7" F="20"/>
  77.             Snowstorms in the afternoon
  78.         </CITY>
  79.     </STATE>
  80. </WEATHERREPORT>
  81.  
  82.